| Person |
| EntityType | Independent |
| Logical Entity Name | Person |
| Default Table Name | SyPerson |
| Logical Only | NO |
| Owner | dbo |
| Definition | |
| Note |
| Person Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
PersonId |
INTEGER | NO | ||
| LastName | NVARCHAR(35) | NO | ||
| FirstName | NVARCHAR(35) | YES | ||
| MiddleName | NVARCHAR(100) | YES | ||
| MaidenName | NVARCHAR(70) | YES | ||
| NickName | NVARCHAR(70) | YES | ||
| SSN | NVARCHAR(30) | YES | ||
| DateOfBirth | DATETIME | YES | ||
TitleId |
INTEGER | YES | ||
| GenderId | INTEGER | YES | ||
| MaritalStatusId | INTEGER | YES | ||
| IsActive | BIT | NO | ||
| IsDeleted | BIT | NO | ||
| LastModifiedUserId | INTEGER | NO | ||
| CreatedDateTime | DATETIME | NO | ||
| LastModifiedDateTime | DATETIME | NO | ||
| RowVersion | TIMESTAMP/DATE | NO | ||
| RecordId | INTEGER | YES | ||
| FullName | NVARCHAR(72) | YES |
| Person Keys |
| Key Name | Key Type | Keys |
| Nk_SyPerson_FullName | Inversion Entry | FullName |
| PK_SyPerson | PrimaryKey | PersonId |
| Nk_SyPerson_RecordID | Inversion Entry | RecordId |
| Nk_SyPerson_SSN | Inversion Entry | SSN |
| Nk_SyPerson_MaidenName_NickName | Inversion Entry | MaidenName, NickName |
| Nk_SyPerson_FirstName | Inversion Entry | FirstName |
| Nk_SyPerson_LastName_FirstName_NickName_SSN | Inversion Entry | LastName, FirstName, NickName, SSN |
| Person Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| Title | Non-Identifying | Zero or One to Zero or More | TitleId | NO |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| EmployerContact | Non-Identifying | One To Zero or More | NO | ||||
| OrganizationContact | Non-Identifying | One To Zero or More | NO | ||||
| SyOrganizationContact | Non-Identifying | One To Zero or More | NO | ||||
| PersonAddress | Non-Identifying | One To Zero or More | NO | ||||
| PersonEmailAddress | Non-Identifying | One To Zero or More | NO | ||||
| SyPersonGenderPronoun | Non-Identifying | One To Zero or More | NO | ||||
| PersonPhoneNumber | Non-Identifying | One To Zero or More | NO | ||||
| Staff | Non-Identifying | One To Zero or More | NO | ||||
| Student | Non-Identifying | One To Zero or More | NO | ||||
| SyWebUserNotification | Non-Identifying | One To Zero or More | NO | ||||
| EmployerContact | Non-Identifying | One To Zero or More | NO | ||||
| Staff | Non-Identifying | One To Zero or More | NO | ||||
| Student | Non-Identifying | One To Zero or More | NO | ||||
| SyOrganizationContact | Non-Identifying | One To Zero or More | NO |
| Person Check Constraints |
| Check Constraint Name | CheckConstraint |
| Person Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.Person |
NO | |||
| Physical (Microsoft SQL Server) dbo.SyPerson |
NO |
| Person Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Logical | Employers |
| Logical | Incidents |
| Physical (Microsoft SQL Server) | Main Model |
| Physical (Microsoft SQL Server) | System |
| Person Data Movement Rules |
| Name | Type | Rule Text/Value |